home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.modal_questions.useHandCursor = false;
- _root.modal_questions._visible = true;
- gotoAndStop(7);
- switch(_root.ex_audio)
- {
- case "a":
- "_root.questions.mEX_1.ex_buttona.content:gotoAndPlay"("play");
- break;
- case "b":
- "_root.questions.mEX_1.ex_buttonb.content:gotoAndPlay"("play");
- break;
- case "c":
- "_root.questions.mEX_1.ex_buttonc.content:gotoAndPlay"("play");
- break;
- case "d":
- "_root.questions.mEX_1.ex_buttond.content:gotoAndPlay"("play");
- break;
- case "e":
- "_root.questions.mEX_1.ex_buttone.content:gotoAndPlay"("play");
- break;
- case "f":
- "_root.questions.mEX_1.ex_buttonf.content:gotoAndPlay"("play");
- }
- }
-